home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / ax1k.arc / AX.DOC < prev    next >
Text File  |  1989-02-11  |  2KB  |  44 lines

  1.            Documentation for AX File Deletion Program Version 1k
  2.  
  3. AX is a replacement for the DEL and ERASE commands in DOS.  It was written 
  4. after a person (who shall remain unnamed) accidently trashed fifteen 
  5. megabytes of my public domain MS-DOS files because he was overtired and 
  6. accidently said "DEL *.*" instead of "DEL A:*.*".
  7.  
  8. So the mission of AX is to do what the DEL command does, except that before 
  9. it deletes anything, it shows you what you are about to wipe out.  If you 
  10. get into the habit of using AX instead of DEL, one of these days you'll be 
  11. glad you did.
  12.  
  13. AX uses the same syntax as DEL: you say "AX " followed by any legal DOS file 
  14. specification, which can include a drive designation and/or path and/or a
  15. filename.  Wildcard characters (? and *) are allowed.
  16.  
  17. AX and DEL treat all file specifications the same way, except for one 
  18. special case.  If you say "DEL A:", DEL will gripe and won't delete 
  19. anything.  However, if you give AX a drive designator only, it assumes you 
  20. want to delete all files in the current directory of that drive.  So saying 
  21. "AX A:" means the same thing as saying "AX A:*.*".  This difference is not 
  22. accidental, but is intended as an improvement over DEL.
  23.  
  24. AX is a public domain program, and therefore has no warranty, express or 
  25. implied.  Use it and enjoy.  However, I would appreciate it if you would 
  26. not distribute the program in modified form.  If you want to pass it around, 
  27. pass around a virgin copy.
  28.  
  29. AX is believed to be 100% bug free.  I use it all the time, and many of my
  30. friends do to.  In the unlikely event you encounter a bug, a compatibility
  31. problem, or whatever, you may contact me at the address listed below.
  32.  
  33. The files included in this distribution are:
  34.  
  35.         AX.EXE          the runnable program
  36.         AX.C            the C source code
  37.         AX.DOC          this file
  38.  
  39.                                                   Happy computing!
  40.  
  41.                                                   D. David Kaufman
  42.                                                   P.O. Box 251
  43.                                                   Orange, MA 01364
  44.